home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / plot.dxr / 00156.ls < prev    next >
Encoding:
Text File  |  2000-08-01  |  230 b   |  10 lines

  1. on exitFrame
  2.   put "1" into field "A"
  3.   put "1" into field "B"
  4.   put "0" into field "C"
  5.   puppetSprite(21, 1)
  6.   set the hilite of cast "Sine" to 1
  7.   set the hilite of cast "Cosine" to 0
  8.   set the hilite of cast "Tangent" to 0
  9. end
  10.